Destroy the dialog with the parent. (#156557, Paolo Borelli)
authorMatthias Clasen <mclasen@redhat.com>
Thu, 28 Oct 2004 14:36:18 +0000 (14:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 28 Oct 2004 14:36:18 +0000 (14:36 +0000)
2004-10-28  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkaboutdialog.c (gtk_show_about_dialog): Destroy
the dialog with the parent.  (#156557, Paolo Borelli)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkaboutdialog.c

index d0f00c8a911650e4fda0edcbd06de51bd18552f7..ac7021752eb729280bbca54d82b77c9c84ca8726 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Destroy
+       the dialog with the parent.  (#156557, Paolo Borelli)
+
 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
 
        * Bump version
index d0f00c8a911650e4fda0edcbd06de51bd18552f7..ac7021752eb729280bbca54d82b77c9c84ca8726 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Destroy
+       the dialog with the parent.  (#156557, Paolo Borelli)
+
 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
 
        * Bump version
index d0f00c8a911650e4fda0edcbd06de51bd18552f7..ac7021752eb729280bbca54d82b77c9c84ca8726 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Destroy
+       the dialog with the parent.  (#156557, Paolo Borelli)
+
 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
 
        * Bump version
index d0f00c8a911650e4fda0edcbd06de51bd18552f7..ac7021752eb729280bbca54d82b77c9c84ca8726 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-28  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Destroy
+       the dialog with the parent.  (#156557, Paolo Borelli)
+
 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
 
        * Bump version
index 8b351541f2808bff153f522d70571bc70d7d7106..095743b0c7a623c00c4a66281b88e180a3fcd6e2 100644 (file)
@@ -2014,6 +2014,7 @@ gtk_show_about_dialog (GtkWindow   *parent,
       if (parent) 
        {
          gtk_window_set_transient_for (GTK_WINDOW (dialog), parent);
+         gtk_window_set_destroy_with_parent (GTK_WINDOW (dialog), TRUE);
          g_object_set_data_full (G_OBJECT (parent), "gtk-about-dialog", 
                                  dialog, g_object_unref);
        }